DataSource for Entity Framework in WPF
C1.Data Namespace / ClientView<T> Class / ProgressiveLoading Method

In This Topic
    ProgressiveLoading Method
    In This Topic
    Specifies that the client view loading is performed not in a single trip to the server but in multiple batches, each loading a page of a limited size so the user sees the result and can interact with it before all pages are loaded.
    Overload List
    OverloadDescription
    Specifies that the client view loading is performed not in a single trip to the server but in multiple batches, each loading a page of a limited size so the user sees the result and can interact with it before all pages are loaded.  
    Specifies that the client view loading is performed not in a single trip to the server but in multiple batches, each loading a page of a limited size so the user sees the result and can interact with it before all pages are loaded.  
    See Also